dsh-decision-split:DSH Web UI 的分屏阅读插件

`dsh-decision-split` 是一款由 yuanbaoerer 维护的 DSH Web UI 插件,旨在解决 Agent 消息过长挤占主窗口上下文的问题。该插件遵循「一切皆插件」理念,为已完成轮次中的含文本 Agent 消息提供侧栏阅读入口。核心功能是在消息尾部显示「在侧栏查看全文」按钮,点击后在右侧详情栏独立滚动展示完整 Markdown 内容(支持表格、代码块等),并自动提取首个标题作为栏名。侧栏默认宽度 480px,支持通过再次点击按钮、右上角关闭或点击其他消息按钮进行收起与切换。该插件不含内嵌输入框或决策回传功能,决策交互仍依赖原生 `ask_user_question`。

Read More
dsh-md-quiz: A Markdown Quiz-Style Reading Plugin for DeepSeek Harness

`dsh-md-quiz` is a web plugin for DeepSeek Harness (DSH), designed to transform Markdown document reading into a structured quiz-based reading workflow. It helps users systematically learn and review document content through five stages: diagnosis, levels, guided reading, checkpoints, and settlement. The plugin registers the `md-quiz-read` skill, the `/mdquiz` command, and a restricted file-reading route (supporting only formats such as .md and .txt, with a size limit of 512KB) with DSH. It also provides a sidebar level-progression panel and a dedicated "Reading Area" tab in the web interface, enabling users to view the original text and automatically identify session messages. Installation requires pnpm as a dependency, and the plugin can be used after adding it via the `dsh plugin` command and restarting the service. Users can

Read More